Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NDocumentFormat<TDocument,TLoadSettings,TSaveSettings> Class / bYb Method


In This Topic
    bYb Method (NDocumentFormat<TDocument,TLoadSettings,TSaveSettings>)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overridable Function bYb( _
       ByVal Qlfb As TDocument, _
       ByVal rlfb As NFile, _
       ByVal Slfb As TSaveSettings, _
       ByVal tlfb As NProgress _
    ) As NPromise(Of Boolean)
    'Usage
     
    
    Dim instance As NDocumentFormat(Of TDocument,TLoadSettings,TSaveSettings)
    Dim Qlfb As TDocument
    Dim rlfb As NFile
    Dim Slfb As TSaveSettings
    Dim tlfb As NProgress
    Dim value As NPromise(Of Boolean)
     
    value = instance.bYb(Qlfb, rlfb, Slfb, tlfb)

    Parameters

    Qlfb
    rlfb
    Slfb
    tlfb
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also